home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Batcher / headers / cursors.h next >
Encoding:
C/C++ Source or Header  |  1991-12-22  |  131 b   |  9 lines

  1. #ifndef    _cursors_
  2. #define    _cursors_
  3.  
  4. void            InitMyCursors( void);
  5. void            WatchCursor( void);
  6. void            ArrowCursor( void);
  7.          
  8. #endif
  9.